crypto/tls.certificateMsg.certificates (field)
13 uses
crypto/tls (current package)
handshake_client.go#L476: if !ok || len(certMsg.certificates) == 0 {
handshake_client.go#L513: if err := c.verifyServerCertificate(certMsg.certificates); err != nil {
handshake_client.go#L523: if !bytes.Equal(c.peerCertificates[0].Raw, certMsg.certificates[0]) {
handshake_client.go#L577: certMsg.certificates = chainToSend.Certificate
handshake_messages.go#L1204: certificates [][]byte
handshake_messages.go#L1213: for _, slice := range m.certificates {
handshake_messages.go#L1217: length := 3 + 3*len(m.certificates) + i
handshake_messages.go#L1230: for _, slice := range m.certificates {
handshake_messages.go#L1268: m.certificates = make([][]byte, numCerts)
handshake_messages.go#L1272: m.certificates[i] = d[3 : 3+certLen]
handshake_server.go#L506: certMsg.certificates = hs.cert.Certificate
handshake_server.go#L589: Certificate: certMsg.certificates,
handshake_server.go#L593: if len(certMsg.certificates) != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)